@charset "UTF-8";
/*!
Date:2017-06-20
*/
#map img {
    max-width: none;
    max-height: none;
}
/*轮播*/
.com-slider {
    position: relative;
}
.com-slider .hd {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.com-slider .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
}
.com-slider .hd.hd2 {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}
.com-slider .hd ul li.on {
    background-color: #bb3e46;
    border-color: #bb3e46;
}
.com-slider .com-btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    background: rgba(255,255,255,0.6);
    font-size: 24px;
    font-family: serif,"宋体";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-slider .com-btn:hover {
    background: rgba(255,255,255,0.8);
    width: 50px;
}
.com-slider .com-btn.next {
    right: 0;
}

.com-block-list li {
    float: left;
    width: 286px;
    height: 368px;
    background: #fff;
    text-align: center;
    padding: 65px 40px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.com-block-list li:hover {
    -webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);
    box-shadow:0 0 30px rgba(0,0,0,0.2);
}
.com-block-list li ~ li {
    margin-left: 18px;
}
.com-block-list li .tit {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #bb3e46;
}
.com-block-list li .des {
    line-height: 1.75;
}

/*效果一*/
.xg-xm li,
.xg-xm-2 li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.xg-xm li:hover {
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0);
}
.xg-xm-2 li:hover {
    -webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);
    box-shadow:0 0 30px rgba(0,0,0,0.2);
}

/* ====== 分页 ====== */
.pages-wrap{height: 36px; text-align: center; line-height: 36px;margin-top: 50px;margin-bottom: 80px;}
.pages-wrap .pages a,
.pages-wrap .pages span{display: inline-block; margin: 0 5px; width: 36px; height: 36px; color: #999; font-size: 14px; font-family: "sans-serif","宋体"; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s;border-radius: 3px;}
.pages-wrap .pages .prev,
.pages-wrap .pages .prev_disabled,
.pages-wrap .pages .next,
.pages-wrap .pages .next_disabled{background-color: #EAEAEA; color: #666;}
.pages-wrap .pages .pre:hover,
.pages-wrap .pages .next:hover{background-color: #bb3e46; color: #fff;}
.pages-wrap .pages .current,
.pages-wrap .pages a:hover{background-color: #bb3e46; color: #fff;}
.pages-wrap .pages a.prev:before,
.pages-wrap .pages a.prev_disabled:before{content:"<";}
.pages-wrap .pages a.next:before,
.pages-wrap .pages a.next_disabled:before{content:">";}


/* ====== 通用面包屑 ====== */
.cate-position{height: 66px; background: #f5f5f5; color: #999; line-height: 66px;}
.cate-position .ep{padding: 0 5px;}
.cate-position a{color: #999;}
.cate-position a:hover{color: #BB3E46;}
.cate-position .icon-home {
    width: 20px;
    height: 19px;
    background: url(../images/icon_home2.png) no-repeat center;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.cate-position .back {
    margin-top: 15px;
    width: 120px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #AAAAAA;
    padding-right: 14px;
    text-align: right;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cate-position .back:hover {
    border-color: #d0212b;
}
.cate-position .back .icon-back {
    float: left;
    width: 34px;
    height: 34px;
    background: url(../images/icon_back2.png) no-repeat center #aaa;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cate-position .back:hover .icon-back {
    background-color: #d0212b;
}


/* ====== 产品详情 ====== */
.product-detail{margin: 50px auto 0; padding: 50px;border: 1px solid #E6E6E6; background: #fff;color:#666; font-size: 14px;line-height: 30px;}
.product-detail-header{padding-bottom: 50px; border-bottom: 1px solid #ddd; background-color: #fff;}
.product-zoom{float: left;}
/*产品左侧*/
.prodcut-albums{padding-top: 20px;}
.prodcut-albums-box{position: relative; width: 600px;}
.prodcut-albums-box .arrow-btn{position: absolute; top: 180px; z-index: 10; width: 48px; height: 48px; background-color: #eee; background-repeat: no-repeat;color:#999;text-align: center;font-weight: bold;font-size: 20px;font-family: "宋体";line-height: 48px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.prodcut-albums-box .arrow-btn:hover{background-color: #ccc;}
.prodcut-albums-box .prev{left: 20px; background-position: 0 0;}
.prodcut-albums-box .next{right: 20px; background-position: 0 -50px;}
.prodcut-albums-box .bd{overflow: hidden; margin: 0 auto; width: 500px; height: 400px;}
.prodcut-albums-box .bd ul li{float: left; width: 500px; height: 400px; background-color: #fff; text-align: center; line-height: 400px;}
.prodcut-albums-box .hd{margin-top: 20px; text-align: center;}
.prodcut-albums-box .hd ul li{display: inline-block; margin: 0 5px; width: 64px; height: 66px; border: 1px solid #fff; background-color: #fff; font-size: 0; line-height: 66px; opacity: 0.9; cursor: pointer; filter: alpha(opacity=90);}
.prodcut-albums-box .hd ul li img{max-width: 100%; vertical-align: middle;}
.prodcut-albums-box .hd ul li.on{border-color: #BB3E46; opacity: 1; filter: alpha(opacity=100);}
.product-detail-header .product-des{float: right; padding-top: 60px; width: 520px;}
.product-detail-header .product-des h2.tit{padding-bottom: 10px; border-bottom: 1px solid #E2E2E2; color: #333; font-size: 24px;}
.product-detail-header .product-des .tip{padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #e2e2e2; font-size: 16px; line-height: 2;}
.product-detail-header .p-desc{padding: 20px 0 40px; height: 270px; color: #666; font-size: 14px; line-height: 2;}
.product-detail-header .product-des .subcat li{position: relative; float: left; margin-right: 10px; margin-bottom: 10px; width: 128px; height: 44px; border: 1px solid #e4e4e4; text-align: center; line-height: 44px; cursor: pointer;}
.product-detail-header .product-des .subcat li a{display: block;}
.product-detail-header .product-des .subcat li.on,
.product-detail-header .product-des .subcat li:hover{border-color: #39A6E8;}
.product-detail-header .product-des .subcat li.on:before{position: absolute; right: 0; bottom: 0; width: 15px; height: 15px; content: url(../images/p-on.png); line-height: 15px;}
.product-detail-header .product-des .iso{margin-top: 5px; height: 36px; line-height: 36px;}
.product-detail-header .product-des .iso .tit{float: left; margin-right: 20px; font-size: 16px;}
.product-detail-header .product-des .zixun-box{margin-top: 25px; height: 54px;}
.product-detail-header .product-des .zx{display: inline-block; margin-right: 20px; padding: 0 30px; height: 48px; background: #bb3e46; color: #fff; text-align: center; font-size: 16px; line-height: 48px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.product-detail-header .product-des .zx-qq:hover{opacity: .8; filter: alpha(opacity=80);}
.product-detail-header .product-des .zx-tel{background: #888;}
.product-detail-header .product-des .other{display: inline-block;margin: 0 10px; width: 130px; height: 48px; background: #ddd; color: #666; text-align: center; font-size: 14px; line-height: 48px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.product-detail-header .product-des .other:hover{opacity: .8; filter: alpha(opacity=80);}
.p-hotline{display: block;padding: 20px 0;color:#999;font-size: 16px;}
.p-hotline span{color:#333;font-size: 24px;}
.product-detail-item{z-index: 999; width: 100%; height: 67px; border-bottom: 1px solid #ddd;background: #f5f5f5; text-align: center; font-size: 18px; line-height: 67px;}
.product-detail-item li{position: relative; display: inline-block; margin: 0 30px; color: #9e9e9e; font-size: 16px; cursor: pointer; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}
.product-detail-item li ~ li:before{position: absolute; top: 0; left: -35px; color: #D6D6D6; content: "|"; cursor: default;}
.product-detail-item li.on:after{position: absolute; bottom: 0px; left: 0; width: 100%; border-bottom: 2px solid #333; content: "";}
.product-detail-item li:hover,
.product-detail-item li.on{color: #333;}
.product-detail .bd{height: auto!important;}
.product-detail .bd .item{position: static!important;}
.product-detail .bd .item ~ .item{display: none;}
.product-intro .p-cont{line-height: 2;}
.product-intro .p-cont li{list-style: disc;}
.product-detail .tit .p-tit{color: #333; font-weight: 400; font-size: 18px;}
.product-detail .tit .p-tit span{color: #999; font-size: 14px;}
.product-intro .tit .p-tit{line-height: 54px;}
.product-spec .tit .p-tit{line-height: 74px;}
.product-detail table{width: 100%;}
/* .product-detail tr{height: 60px; */
.product-detail .firstRow th{font-weight: 400;}
/*.product-detail table{border:1px solid #333;}*/
/*.product-detail table td,.product-detail table th{border-right:1px solid #333;border-bottom:1px solid #333;}*/
.product-spec .spec-cont .firstRow th{font-weight: 400;}
.product-intro{padding-bottom: 30px;}
.product-spec .spec-cont table{width: 100%!important; border-top:1px solid #333;border-left:1px solid #333;}
.product-spec .spec-cont table td,.product-spec .spec-cont table th{border-right:1px solid #333;border-bottom:1px solid #333;}
.back-bar{margin-top: 20px; padding-top: 20px; border-top: 1px dotted #e4e4e4;}
.back-btn-left{float: left; padding: 6px 15px; border: 1px solid #e4e4e4; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.back-btn-left:hover{border-color: #39A6E8; background-color: #39A6E8; color: #fff;}
.back-btn-right{float: right; display: none;}
/*其他*/
.gr-page-other{margin-top: 20px; padding-top: 10px; padding-bottom: 10px; border-top: 1px dotted #ddd; border-bottom: 1px dotted #ddd;}
.gr-product-content .gr-page-other{border-color: #E4EAEC;}
.gr-page-other p{line-height: 26px;}
.gr-back-btn{margin-top: 6px; width: 125px; height: 40px; background-color: #353535; color: #fff!important; text-align: center; font-size: 14px; line-height: 40px;border-radius: 3px;}
/*关联案例*/
.relate-project .p-title{padding-top: 20px; padding-bottom: 20px; font-size: 16px;}
.relate-project ul{margin-right: -5px; margin-left: -5px;}
.relate-project ul li{float: left; padding: 0 5px; width: 50%; text-align: center;}
.relate-project ul li .pic{display: block; overflow: hidden; width: 100%; height: 100%; /* background-color: #000; */}
.relate-project ul li .pic img{width: 100%; opacity: 0.93; filter: alpha(opacity=93);}
.relate-project ul li .pic img:hover{opacity: 0.90; filter: alpha(opacity=90);}
.relate-project ul li .tit{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}


/* ====== 新闻列表 ====== */
.gr-news-block{padding-bottom: 50px;}
.gr-news-block ul{width: 1222px;}
.gr-news-block ul li{position: relative; float: left; margin-right: 21px; margin-bottom: 20px; width: 284px; background-color: #fff; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.gr-news-block ul li:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2); box-shadow:0 15px 30px rgba(0,0,0,0.2); -webkit-transform:translate3d(0, -2px, 0); transform:translate3d(0, -2px, 0);}
.gr-news-block ul li .pic{overflow: hidden; width: 284px; height: 180px;}
.gr-news-block ul li .pic img{width: 284px; height: 180px;}
.gr-news-block ul li .gr-news-cont{position: relative; top: 0; padding: 15px; background-color: #fff; -webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.gr-news-block ul li .gr-news-cont h5{overflow: hidden; color: #333; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.gr-news-block ul li:hover .gr-news-cont h5{color: #bb3e46;}
.gr-news-block ul li .gr-news-cont p{padding: 10px 0 15px; color: #666; font-size: 14px;}
.gr-news-block ul li .gr-news-cont span{color: #888; font-size: 12px;}


/* ====== 新闻详情 ====== */
/*详情面包屑*/
.icon-eye{position: relative; top: -2px; width: 21px; height: 11px; background: url(../images/common/eye.png) no-repeat center;}
/*左侧*/
.news-show-left{float: left; margin: auto; width: 800px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-left .news-title{padding: 40px 20px; padding-bottom: 20px;border-top: 1px #f1f1f1 solid; text-align: center;}
.news-show-left .news-title .tit{padding-bottom: 10px; color: #333;font-weight: normal;font-size: 24px;}
.news-show-left .news-title p{padding-bottom: 10px;border-bottom: 1px solid #F0F2F5; color: #a3afb7;font-size: 14px;}
.news-show-left .news-title p a{color: #a3afb7;}
.news-show-left .news-views{overflow: hidden;margin: 40px 20px 20px; margin-top: 0;min-height: 600px; color: #666; font-size: 14px; line-height: 25px;}
.news-show-left .news-views p{margin-bottom: 10px;}
.news-show-left .news-views img{max-width: 100%;}
.news-show-left .news-other{padding: 20px 15px; border-top: 1px #f1f1f1 solid;}
.news-show-left .news-other p{display: block;padding-left:3px; height: 40px;line-height: 40px;}
.news-show-left .news-other p a{color: #333;font-size: 14px;}
.news-show-left .news-other p a:hover{color: #BB3E46;}
.news-show-left .share-bar{padding: 20px;}
/*右侧*/
.news-show-right{float: right; width: 370px;}
.news-show-right dl{display: block; margin-top: 0; margin-bottom: 20px; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);}
.news-show-right dl dt{position: relative;display: block; height: 42px; border-bottom: 1px #f1f1f1 solid; line-height: 42px;}
.news-show-right dl.tab dt{padding-left: 20px;height: 42px;border-top: 1px #f1f1f1 solid;color: #1d1d1d; font-size: 18px; line-height: 42px;}
.news-show-right dl.tab dd{position: relative;}
.news-show-right dl.tab dd ul{display: block; padding: 0 20px;}
.news-show-right dl.tab dd ul li{display: block; padding: 15px 0; border-bottom: 1px #f1f1f1 solid;}
.news-show-right dl.tab dd ul li .pic{position: relative; overflow: hidden; margin-right: 20px; width: 60px; height: 60px; text-align: center; font-size: 0; line-height: 60px;}
.news-show-right dl.tab dd ul li .pic img {max-width: none;}
.news-show-right dl.tab dd ul li h5{display: block; overflow: hidden; padding-top: 4px; padding-bottom: 10px; color: #333; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; line-height: 20px;}
.news-show-right dl.tab dd ul li h5 a{color: #333;}
.news-show-right dl.tab dd ul li h5 a:hover{color: #BB3E46;}
.news-show-right dl.tab dd ul li .news-cate{color: #999;}
.news-show-right dl.tab dd ul li i{float: left;color: #999;font-size: 12px;}
.news-show-right dl.tab dd ul li em{float: right; padding-left: 25px; background: url(../images/common/eye.png) no-repeat left center; color: #999; font-style: normal; font-size: 12px;min-width: 50px;}
.news-show-right dl.tab dd .more{position: relative; top: -1px; height: 45px; border-top: 1px #f1f1f1 solid;color: #333; text-align: center; line-height: 45px;}
.news-show-right dl.tab dd .more a{position: relative;display: inline-block; color: #333;}
.news-show-right dl.tab dd .more a b{margin-left: 5px;font-family: "宋体";-webkit-transition: transform .3s;-o-transition: transform .3s;transition: transform .3s;}
.news-show-right dl.tab dd .more a:hover b{-webkit-transform: translateX(5px);-o-transform: translateX(5px);transform: translateX(5px);-ms-transform: translateX(5px);}
.news-show-right dl.tab dd .more a:hover{color: #BB3E46;}
.news-show-right dl.list dt{padding-left: 20px; color: #333; font-size: 18px;}
.news-show-right dl.tab dt a{display: table-cell;width: 33%; height: 42px; color: #009A62; text-align: center; font-size: 18px; line-height: 42px; -webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out;}
.news-show-right dl.list dt a b{position: relative; top: -1px; display: inline-block; overflow: hidden; margin-left: 2px;width: 15px; height: 15px; background-position: 0 -64px; vertical-align: middle;}
.news-show-right dl.list dd ul{display: block; padding: 20px;}
.news-show-right dl.list dd ul li{display: block; overflow: hidden;padding-bottom: 12px; text-overflow: ellipsis; white-space: nowrap;}
.news-show-right dl.list dd ul li a{color: #333; font-size: 14px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}
.news-show-right dl.list dd ul li a:hover{color: #BB3E46;}
.gr-page-other{margin-top: 15px; padding-top: 10px; padding-bottom: 10px; border-top: 1px dotted #ddd; border-bottom: 1px dotted #ddd;}
.gr-product-content .gr-page-other{border-color: #E4EAEC;}
.gr-page-other p{line-height: 26px;}
.gr-back-btn{margin-top: 6px; width: 125px; height: 40px; background-color: #999; color: #fff!important; text-align: center; font-size: 14px; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.gr-back-btn:hover{opacity: 0.8; filter: alpha(opacity=80);}
.news-case {
    padding: 20px;
}
.news-case .gr-case-list {
    width: 100%;
}
.news-case .gr-case-list li,
.news-case .gr-case-list li .pic {
    float: none;
    width: 100%;
    height: auto;
}


/* ====== 常见问题 ====== */
.faq-list{border-top: 1px solid #ccc;}
.faq-list li{border-bottom: 1px solid #CCCCCC;}
.faq-list li .question{padding: 0 30px;height: 70px; color: #333; font-size: 16px; line-height: 70px; cursor: pointer;border-right: 1px solid #ccc;border-left: 1px solid #ccc;}
.faq-list li .question.on{color: #fff;background: #d0212b;border-color: #d0212b;}
.faq-list li .question .fa-dropdown{float: right; color: #B4B4B4; width: 24px;height: 100%; background: url(../images/icon_faq.png) no-repeat center}
.faq-list li .question.on .fa-dropdown{background: url(../images/icon_faq_on.png) no-repeat center;}
.faq-list li .answer{position: relative; display: none; padding: 30px; line-height: 2;border: 1px solid #d0212b;}
.faq-list li .answer p{line-height: 2;}

/* ====== 招聘 ====== */
.hr-list {
    border: none;
}
.hr-list li {
    padding: 0;
    /*padding-left: 65px;
    padding-right: 24px;*/
    background: #F5F5F5;
    border: none;
    margin-bottom: 10px;
}
.hr-list li .question {
    padding: 0 60px;
}
.hr-list li .answer {
    padding: 0;
    border-top: 3px solid #fff;
    line-height: 2;
}
.hr-list li .answer-content {
    padding: 20px 60px;
}
.hr-list li .answer:before {
    display: none;
}
.hr-list li .question span {
    display: inline-block;
    width: 30%;
}
.hr-list li .answer .hr-mail {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #EBEBEB;
    color: #bb3e46;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hr-list li .answer .hr-mail:hover {
    background: #bb3e46;
    color: #fff;
}

/* ====== 资料下载 ====== */
.gr-download-list li{position: relative; overflow: hidden; margin-bottom: 10px; height: 64px; border: 1px solid #EEEEEE; font-size: 16px; line-height: 61px;}
.gr-download-list li .box{position: relative; padding: 0 22px;}
.gr-download-list li .box:hover{color: #fff;}
.gr-download-list li .box:before{position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; background: #BB3E46; content: ""; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translateY(-62px); -o-transform: translateY(-62px); transform: translateY(-62px); -ms-transform: translateY(-62px);}
.gr-download-list li .box:hover:before{-webkit-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -ms-transform: translateY(0);}
.gr-download-list li .tit{padding-left: 35px; background: url(../images/icon_pdf.png) no-repeat left center;}
.gr-download-list li .box:hover .tit{background: url(../images/icon_pdf_on.png) no-repeat left center;}
.gr-download-list li .des{position: absolute; left: 50%; margin-left: -65px; width: 130px; text-align: center;}
.gr-download-list li .down-btn{padding-left: 32px; background: url(../images/icon_pdf_down.png) no-repeat left center;}
.gr-download-list li .box:hover .down-btn{background: url(../images/icon_pdf_down_on.png) no-repeat left center;}


/* ====== 留言 ====== */
.page-message{background: #f3f3f3;}
.form-box{margin: 0 auto; padding: 50px 50px 50px; width: 100%; background: #fff;}
.form-box ul{width: 50%;}
.form-box ul li{position: relative; margin-bottom: 31px; width: 395px; height: 42px; border: 1px solid #DCDCDC; line-height: 42px;}
.form-box ul li input{width: 305px; text-indent: 5px; line-height: 25px;}
.form-box input:focus,
.form-desc .text:focus{border-color: #bb3e46;}
.form-box .in-tit{padding-right: 10px; padding-left: 19px; color: #242424; font-size: 14px;}
.form-desc{position: relative; margin-bottom: 31px; padding-top: 14px; width: 50%; height: 260px; border: 1px solid #dcdcdc;}
.form-desc .error{bottom: -25px;}
.form-desc .text{margin-top: 10px; margin-left: 20px; width: 93%; height: 200px; border: none; vertical-align: top; text-indent: 5px; font-size: 14px; line-height: 22px;}
.verification{position: relative; width: 211px; height: 42px; border: 1px solid #dcdcdc; line-height: 42px;}
.verification input{width: 105px; text-indent: 5px; line-height: 25px;}
.verification .v-code{position: absolute; top: -4px; left: 225px; width: 167px; height: 44px; line-height: 44px;}
.sub-btn{display: block; width: 168px; height: 44px; background-color: #bb3e46; color: #fff; font-size: 18px; font-family: "微软雅黑"; line-height: 44px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.sub-btn:hover{opacity: 0.8; filter: alpha(opacity=80);}
span.error{position: absolute; bottom: -38px; left: 0; color: #CC0000; font-size: 12px;}


/* ====== 客服 ====== */
.qqkefu{position:fixed;right:0;bottom:40%;z-index:20;width:53px;}
.qqkefu ul li{position:relative;float:right;margin-bottom:1px;height:47px;background:#757575;font-size:14px;line-height:47px;opacity:.9;cursor:pointer;}
.qqkefu ul li a{color:#fff;}
.qqkefu ul li.qq_cza{overflow:hidden;}
.qqkefu ul li:hover{background:#BB3E46;}
.qqkefu ul li.top{position:relative;width:53px;background:#BB3E46 url(../images/kf/top_icon.png) no-repeat center;color:#1c1c1c;text-align:center;font-weight:800;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;}
.qqkefu ul li.top:hover{background-color:#D84952;}
.qqkefu ul li b{float:left;display:block;overflow:hidden;width:53px;height:47px;}
.qqkefu ul li b.a{background:url(../images/kf/czx4.png) no-repeat center center;}
.qqkefu ul li b.b{background:url(../images/kf/czx3.png) no-repeat center center;}
.qqkefu ul li b.d{background:url(../images/kf/bdsq.png) no-repeat center center;}
.qqkefu ul li b.c{background:url(../images/kf/czx5.png) no-repeat center center;}
.qqkefu ul li b.e{background:url(../images/kf/icon_kf_tel.png) no-repeat center center;}
.qqkefu ul li b.lxb{background:url(../images/kf/phone0.png) no-repeat center center;}
.qqkefu .erweima{position:absolute;top:-103px;left:-134px;float:right;display:none;height:150px;border:1px solid #CCC;background:#FFF;cursor:default!important;}
.qqkefu .erweima p{float:left;width:130px;color:#000;text-align:center;font-size:12px;line-height:20px;}
.qqkefu .erweima p img{margin:10px 10px 0 10px;width:110px;height:110px;}
.qqkefu .kf-tel .erweima{top:-23px;left: -153px;height:70px;text-align:center;}
.qqkefu .kf-tel .erweima p{width: 150px;}
.qqkefu .kf-tel .erweima em{display:inline-block;margin-top:12px;margin-bottom:6px;width:100%;color:#BB3E46;font-weight:600;font-size:18px;}


/* ====== 百度分享修复 ====== */
.jiathis_style .jiathis_counter.jiathis_bubble_style{box-sizing: content-box;}


/* ====== 搜索结果 ====== */
.search-none {
    padding: 100px 0;
    min-height: 500px;
    font-size: 18px;
    line-height: 2;
}

.main-wrap {
    position: relative;
   /* position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #22295f;
    background-image: url(../images/bg.svg);
    background-repeat: no-repeat;
    background-position: 50% 10em;
    background-size: 75% auto;*/
}


/* Buttons */

.btn {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
}

.btn:focus {
    outline: none;
}

.btn--search {
    font-size: 1.5em;
}

.btn--hidden {
    pointer-events: none;
    opacity: 0;
}


/* Reset Search Input */

.search__input {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.search__input:focus {
    outline: none;
}


/* Links */

.btn {
    text-decoration: none;
    color: #fff;
    outline: none;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-page .btn {
    color: #333;
}

.btn:hover {
    color: #bb3e46!important;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}


/* Icons */

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}


/* Header */

.codrops-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 2.5em 2.75em 2.5em 1.5em;
    text-align: left;
}

.codrops-header__title {
    font-size: 1em;
    margin: 0;
    padding: 0 0.75em;
}

.codrops-header__side,
.search-wrap {
    margin: 0 0 0 auto;
}


/* Bottom nav */

.bottom-nav {
    position: relative;
    width: 100%;
    margin: auto 0 0 0;
    padding: 2.5em 2.75em 2.5em 2em;
}

/* Demo links */

.codrops-demos {
    font-weight: bold;
    padding: 1.25em 0;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.codrops-demos span {
    display: inline-block;
    margin: 0 1em 0 0;
    vertical-align: bottom;
}

.codrops-demos a {
    position: relative;
    display: inline-block;
    margin: 0 0.1em;
    padding: 0 0.4em;
}

.codrops-demos a.current-demo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.25em;
    height: 2.25em;
    margin: -1.125em 0 0 -1.125em;
    border: 2px solid;
    border-radius: 50%;
}


/* Top Navigation Style */

.codrops-links {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.codrops-links::after {
    content: '';
    position: absolute;
    top: 15%;
    left: 50%;
    width: 2px;
    height: 70%;
    opacity: 0.1;
    background: currentColor;
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0.5em;
}


/* Deco lines */

.decolines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.decoline {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.decoline:first-child {
    right: 88em;
}

.decoline:nth-child(2) {
    right: 68em;
}

.decoline:nth-child(3) {
    right: 48em;
}

.decoline:nth-child(4) {
    right: 28em;
}

.decoline:nth-child(5) {
    right: 8em;
}

@media screen and (max-width: 40em) {
    .codrops-header {
        display: block;
        padding: 4em 1em 0;
        text-align: center;
    }
    .codrops-header__side {
        margin: 0 auto;
    }
    .codrops-links {
        font-size: 0.85em;
        margin: 0 auto;
    }
    .search-wrap {
        font-size: 0.85em;
        position: absolute;
        top: 2.15em;
        right: 2em;
    }
    .bottom-nav {
        padding: 0.5em;
    }
    .codrops-demos {
        text-align: center;
    }
    .codrops-demos a {
        margin-bottom: 1em;
    }
    .codrops-demos span {
        display: block;
        margin: 0 auto 1em;
        text-align: center;
    }
}


/* Layout for search container */
.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(18, 23, 56, 0.9);
}

.js .search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.search::before,
.search::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    /*border: 1.5em solid #212fa0;*/
}

.search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
}

.js .btn--search-close {
    display: block;
}

.search__form {
    margin: 5em 0;
}

.search__input {
    font-family: inherit;
    font-size: 8vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #bb3e46;
    border-bottom: 2px solid;
}

.search__input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.3;
    color: #060919;
}

.search__input::-moz-placeholder {
    opacity: 0.3;
    /* Mozilla Firefox 19+ */
    color: #060919;
}

.search__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.3;
    color: #060919;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search__input::-ms-clear {
    display: none;
}

.search__info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #bb3e46;
}

.search__related {
    display: flex;
    width: 75%;
    pointer-events: none;
}

.search__suggestion {
    width: 33.33%;
    text-align: left;
}

.search__suggestion:nth-child(2) {
    margin: 0 3em;
}

.search__suggestion h3 {
    font-size: 1.35em;
    margin: 0;
}

.search__suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 0.5em 0 0;
}

.search__suggestion p {
    font-size: 1.15em;
    line-height: 1.4;
    margin: 0.75em 0 0 0;
}

/************************/
/* Transitions          */
/************************/

.js .search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
}

/* Border */
.search::before,
.search::after {
    transition: transform 0.5s;
}

.search::before {
    transform: translate3d(-15px, -15px, 0);
}

.search::after {
    transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
    transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* Search form with input and description */
.js .search__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.js .search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
    transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
    transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
    .search__form {
        margin: 5em 0 1em;
    }
    .btn--search-close {
        font-size: 1.25em;
        top: 1.5em;
        right: 1.5em;
    }
    .search__info {
        text-align: left;
    }
    .search__suggestion {
        font-size: 80%;
        width: 100%;
    }
    .search__suggestion:nth-child(2),
    .search__suggestion:nth-child(3) {
        display: none;
    }
}




/*案例*/
.page-project .project-left-box {
    position: relative;
    float: left;
    width: 874px;
    overflow: hidden;
}
.page-project .project-left {
    position: relative;
    width: 750px;
    height: 506px;
    overflow: hidden;
}
.page-project .project-right {
    float: right;
    width: 326px;
    padding: 25px 36px;
    border-top: 2px solid #D0212D;
}
.st-ser-ys-content .bd .item .hotline {
    float: left;
    background: #ededed;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    margin-left: 10px;
}
.st-ser-ys-content .bd .item .hotline em {
    font-size: 18px;
    color: #BB3E46;
}
.project-right .project-info .title,
.team-info .tit {
    font-size: 22px;
    color: #000;
}
.team-info .tit .job {
    font-size: 16px;
    color: #999;
    display: inline-block;
}
.project-right .project-info .description,
.team-info .team-cont {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    line-height: 2;
     color: #333; 
    font-size: 16px;
    line-height: 38px;
    /*font-weight: bold;*/
}
.project-right .project-info .description p span {
    font-weight: bold;
    color: #333;
    /*font-size: 14px;*/
}
.project-right .project-info .description img {
    max-width: 100%;
}
.project-right .project-info .description p a {
    color: #333;
}
.project-right .project-info .description p a:hover {
    color: #B4202B;
}
.project-design {
    margin-top: 15px;
    background: #fff;
    padding: 20px 20px 40px;
}
.project-design .tit {
    border-bottom: 1px solid #ededed;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #333;
}
.project-design .cont {
    line-height: 2;
}


/*lay*/
.layui-layer-page .layui-layer-content {
    overflow: hidden!important;
}